GitHub Issue 875: Luminex Multi-File Transform Import Skips First Data Row#7456
Open
cnathe wants to merge 3 commits intorelease25.11-SNAPSHOTfrom
Open
GitHub Issue 875: Luminex Multi-File Transform Import Skips First Data Row#7456cnathe wants to merge 3 commits intorelease25.11-SNAPSHOTfrom
cnathe wants to merge 3 commits intorelease25.11-SNAPSHOTfrom
Conversation
…regardless of if column headers written - note: not yet fixed to make sure selenium test fails as expected on TC first
…regardless of if column headers written
labkey-klum
approved these changes
Feb 25, 2026
labkey-jeckels
approved these changes
Feb 26, 2026
…of the number of Luminex and Standard assay runs that were imported with > 1 data input file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale
#875 Luminex Multi-File Transform Import Skips First Data Row
When a Luminex assay run is imported that includes multiple files, we merge / concatenate the data from those files together into a single runData tsv file when writing the data out to the assay transform script. This PR fixes an issue where the first row of the 2nd/3rd/etc files was getting skipped.
Related Pull Requests
Changes